home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5269 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  979 b 

  1. Path: newbridge.com!gminer
  2. From: gminer@Newbridge.COM (Glen Miner)
  3. Newsgroups: comp.lang.c
  4. Subject: Phantom Errors
  5. Date: 9 Feb 1996 13:33:59 GMT
  6. Organization: Newbridge Networks Corporation
  7. Message-ID: <4ffig7$sg5@kannews.ca.newbridge.com>
  8. NNTP-Posting-Host: thor.ca.newbridge.com
  9.  
  10. I have been working on a program in an ancient copy of Microsoft Quick C 
  11. and I've been seing a phantom error that I can't explain. It shows up as:
  12.  
  13. commands.c(79) : warning C4140: 'AddCommand' : redefined, preceding 
  14. references may be invalid
  15. commands.c(131) : warning C4140: 'North' : redefined, preceding 
  16. references may be invalid
  17.  
  18. True, it's only a a warning and everything runs as expected inspite of 
  19. it, but the weird thing is these warnings occur intermittently.
  20.  
  21. Whenever I get this warning, all I do is go somewhere in the file, remove 
  22. a blank line of white-space, add a blankline again and then recompile. 
  23.  
  24. Has anyone else seen anything like this? Am I doing something wrong?
  25.  
  26. Peace
  27.